- getAdjacencyList(Node) - Method in class edu.claflin.finder.logic.Graph
-
Obtains an adjacency list for the supplied node based on the Graph.
- getAverageWeight(Graph) - Static method in class edu.claflin.finder.logic.cygrouper.GraphAverageWeight
-
- getBoolean(String) - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Gets a boolean from the booleanList.
- getConditionsList() - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Gets a copy of the conditionsList that will not structurally modify
the one owned by the bundle.
- getConditionsList() - Method in class edu.claflin.finder.logic.ConditionedGraph
-
Returns an accessible list of conditions.
- getConnectionsList() - Method in class edu.claflin.finder.logic.cygrouper.CygrouperNode
-
- getData() - Method in class edu.claflin.finder.logic.Edge
-
Access method for the Edge's data (such as weight).
- getDestination() - Method in class edu.claflin.finder.logic.Edge
-
Access method for the Edge's destination.
- getDouble(String) - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Gets a double from the doubleList.
- getEdge(int, int) - Method in class edu.claflin.finder.logic.Graph
-
- getEdge(String, String) - Method in class edu.claflin.finder.logic.Graph
-
- getEdge(Node, Node) - Method in class edu.claflin.finder.logic.Graph
-
Locates an Edge object in the edgeList and returns it.
- getEdgeList() - Method in class edu.claflin.finder.logic.Graph
-
Returns the list of edges in the graph.
- getEnum(String) - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Gets an enum from the enumList.
- getGraphSortOrder() - Method in class edu.claflin.finder.algo.Algorithm
-
- getIdentifier() - Method in class edu.claflin.finder.logic.Node
-
Access method for the Node's identifier.
- getInteger(String) - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Gets an integer from the integerList.
- getLogger() - Static method in class edu.claflin.finder.Global
-
Gets the logger.
- getName() - Method in class edu.claflin.finder.logic.Graph
-
Gets the name of the graph.
- getNodeCount() - Method in class edu.claflin.finder.logic.Graph
-
Gets the number of nodes in the graph.
- getNodeIndex(String) - Method in class edu.claflin.finder.logic.Graph
-
- getNodeIndex(Node) - Method in class edu.claflin.finder.logic.Graph
-
Gets the index of a Node object in memory.
- getNodeList() - Method in class edu.claflin.finder.logic.Graph
-
Returns the list of nodes in the graph.
- getNodeName(int) - Method in class edu.claflin.finder.logic.Graph
-
- getObject(String) - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Gets an object from the enumList.
- getOppositeGroup() - Method in class edu.claflin.finder.logic.cygrouper.CygrouperNode
-
- getOutput() - Static method in class edu.claflin.finder.Global
-
Gets the output directory for storing results.
- getPartiteNumber() - Method in class edu.claflin.finder.algo.Algorithm
-
- getPartiteNumber() - Method in class edu.claflin.finder.logic.cygrouper.CygrouperNode
-
- getSingleton() - Static method in class edu.claflin.finder.logic.cygrouper.Communicator
-
- getSource() - Method in class edu.claflin.finder.logic.Edge
-
Access method for the Edge's source.
- getSubGraph(int, int, String) - Method in class edu.claflin.finder.logic.Graph
-
- getSubGraph(ArrayList<String>, String) - Method in class edu.claflin.finder.logic.Graph
-
- getSubGraph(List<Node>, String) - Method in class edu.claflin.finder.logic.Graph
-
Returns a subGraph of this graph.
- getTree() - Method in class edu.claflin.finder.logic.cygrouper.CygrouperAssembler
-
- Global - Class in edu.claflin.finder
-
Holds "Global" data that needs to be accessed by multiple parts of the
program.
- Global() - Constructor for class edu.claflin.finder.Global
-
Private constructor for preventing instantiation of the class.
- Graph - Class in edu.claflin.finder.logic
-
Used to represent a graph in memory.
- Graph(String) - Constructor for class edu.claflin.finder.logic.Graph
-
Initializes the graph.
- Graph(String, ArrayList<Node>, ArrayList<Edge>) - Constructor for class edu.claflin.finder.logic.Graph
-
Private constructor used by subGraph method.
- GraphAverageWeight - Class in edu.claflin.finder.logic.cygrouper
-
- GraphAverageWeight() - Constructor for class edu.claflin.finder.logic.cygrouper.GraphAverageWeight
-
- GraphAverageWeightComparator - Class in edu.claflin.finder.logic.cygrouper
-
- GraphAverageWeightComparator() - Constructor for class edu.claflin.finder.logic.cygrouper.GraphAverageWeightComparator
-
- graphName - Variable in class edu.claflin.finder.logic.Graph
-
The name of the Graph provided by the user.
- GraphReader - Interface in edu.claflin.finder.io.graph.sub
-
Interface used for classes designed to read graphs from memory.
- GraphSizeComparator - Class in edu.claflin.finder.logic.cygrouper
-
- GraphSizeComparator() - Constructor for class edu.claflin.finder.logic.cygrouper.GraphSizeComparator
-
- GraphSortOrder() - Constructor for enum edu.claflin.finder.algo.Algorithm.GraphSortOrder
-
- GraphWriter - Interface in edu.claflin.finder.io.graph.sub
-
Interface used by classes that write graphs to memory.
- group - Variable in class edu.claflin.finder.logic.cygrouper.CygrouperNode
-
- groups - Static variable in class edu.claflin.finder.logic.cygrouper.Communicator
-